Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix case of OpenApiDemonstrator.csproj path #682

Merged
merged 1 commit into from
Jan 15, 2024
Merged

fix case of OpenApiDemonstrator.csproj path #682

merged 1 commit into from
Jan 15, 2024

Conversation

SimonCropp
Copy link
Contributor

No description provided.

@SimonCropp
Copy link
Contributor Author

seems it is still failing since the build is hard coded to target net7 and OpenApiDemonstrator.csproj only targets net8

<Project Sdk="Microsoft.NET.Sdk.Web">

    <PropertyGroup>
        <!-- Leave this alone -->
        <TargetFrameworks>net8.0</TargetFrameworks>

@SimonCropp
Copy link
Contributor Author

should the build to changed to target net8? or can OpenApiDemonstrator.csproj be changed to also target net7?

@jeremydmiller jeremydmiller added this to the 1.14.0 milestone Jan 15, 2024
@jeremydmiller jeremydmiller merged commit 62b909e into JasperFx:main Jan 15, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants